home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 32
/
Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso
/
Aminet
/
util
/
libs
/
ppclibemu.lha
/
tests
/
hello_world.c
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1998-12-20
|
95 b
|
9 lines
#include <stdlib.h>
#include <stdio.h>
main()
{
printf("Hello %s!\n","World");
exit(0);
}